home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / R Script.r < prev    next >
Text File  |  2003-08-13  |  256b  |  11 lines

  1. # Description: Empty R Script
  2. #
  3. #  Created: {$DateTime} by {$UserName}
  4. #
  5. #  $Id: R\040Script.r,v 1.1.2.2 2003/08/13 00:38:45 neum Exp $
  6. #
  7.  
  8. t0 <- read.table("{$FileTitleNoExt}.data", sep = "\t", header = FALSE)
  9.  
  10. # TODO: Do something with Table t0
  11.